Skip to main content

SSAO

Complete API reference for SSAO, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Post processing

Component: yes


public class SSAO extends Component

Constructors

SignatureDescription
SSAO(SSAO)Executes SSAO and returns after the underlying engine call finishes.
SSAO(Engine)Executes SSAO and returns after the underlying engine call finishes.
SSAO()Executes SSAO and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceSSAORepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
biasfloatget/setVirtual attribute exposed by getBias. Access it like a field to read or write the underlying value.
bilateralThresholdfloatget/setVirtual attribute exposed by getBilateralThreshold. Access it like a field to read or write the underlying value.
intensityfloatget/setVirtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value.
lowPassFilterQualityLevelget/setVirtual attribute exposed by getLowPassFilter. Access it like a field to read or write the underlying value.
minHorizonAngleRadfloatget/setVirtual attribute exposed by getMinHorizonAngleRad. Access it like a field to read or write the underlying value.
powerfloatget/setVirtual attribute exposed by getPower. Access it like a field to read or write the underlying value.
qualityQualityLevelget/setVirtual attribute exposed by getQuality. Access it like a field to read or write the underlying value.
radiusfloatget/setVirtual attribute exposed by getRadius. Access it like a field to read or write the underlying value.
upsamplingQualityLevelget/setVirtual attribute exposed by getUpsampling. Access it like a field to read or write the underlying value.